home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1995 #5 & #6
/
Amiga Plus CD - 1995 - No. 5 and 6.iso
/
tex
/
src
/
specialhost
/
specialhost.h
< prev
next >
Wrap
Text File
|
1991-07-30
|
904b
|
45 lines
/* *** specialhost.h *** */
#define VERSION "0.94"
/*** Fatals ******************/
#define NO_INTUI 1
#define NO_GFX 2
#define NO_WIN 3
#define NO_MEMORY 4
#define LINE_TO_LONG 5
#define NOT_FIRST 6
#define NO_PORT 7
#define NO_MESSAGE 8
#define NO_OK_BIT 9
#define NO_ICON 10
#define NO_MEM 11
/*** Draw Modi ***************/
#define DRAW_IN_MEM 1
#define DRAW_FILE 2
#define DRAW_IN_MEM_B 3
#define DRAW_FILE_B 4
#define DRAW_BORDER 5
#define DRAW_RECT 6
void close_all (void);
void Fatal (int nr);
void __stdargs pline (char *format,...);
void ScrollUp (void);
void install_special_port (struct MsgPort **special_port);
void close_port_bitm (void);
long work_with_special (int draw_modus, int base_dpi);
void extract_one(UBYTE *, UBYTE *, USHORT, USHORT, USHORT, USHORT, USHORT, USHORT);
void dither(struct BitMap *, USHORT, struct BitMap *, USHORT, BOOL);